projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaf8530
)
Bug 565665 - GtkTargetEntry member target should be const char *
author
Michael Natterer
<mitch@gimp.org>
Wed, 24 Nov 2010 20:01:45 +0000
(21:01 +0100)
committer
Michael Natterer
<mitch@gimp.org>
Wed, 24 Nov 2010 20:01:45 +0000
(21:01 +0100)
gtk/gtkselection.h
patch
|
blob
|
history
diff --git
a/gtk/gtkselection.h
b/gtk/gtkselection.h
index ac9b082fdbfeded98204f7c561181bb446b986f3..4fa30a37d961a4a5df03562496213d892017a20d 100644
(file)
--- a/
gtk/gtkselection.h
+++ b/
gtk/gtkselection.h
@@
-66,10
+66,11
@@
struct _GtkSelectionData
GdkDisplay *GSEAL (display);
};
-struct _GtkTargetEntry {
- gchar *target;
- guint flags;
- guint info;
+struct _GtkTargetEntry
+{
+ const gchar *target;
+ guint flags;
+ guint info;
};
/* These structures not public, and are here only for the convenience of